home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig7.lha / xfig / FIGAPPS < prev    next >
Text File  |  1995-08-22  |  3KB  |  74 lines

  1. The following are applications which can produce Fig files as their output:
  2.  
  3. ************************************************************************
  4. pstoedit - converts Postscript(TM) files to a simple vector graphic format,
  5.     that can be edited. Currently tgif, xfig, and Framemaker(TM) (MIF-
  6.     format) and flat PostScript are supported.
  7.     Available from:
  8.       ftp://ftp.x.org/contrib/applications/tgif/pstoedit/pstoedit.2.3.1.tar.gz
  9.       ftp://ftp.cs.ucla.edu/pub/tgif/pstoedit/pstoedit.2.3.1.tar.gz
  10.       ftp://bourbon.cs.ucla.edu/pub/pstoedit/pstoedit.2.3.1.tar.gz
  11.  
  12. ************************************************************************
  13. xgraph - plotting package for X - version on iworks.ecn.uiowa.edu in
  14.     comp.hp has version that can output Fig files
  15.  
  16. ************************************************************************
  17. gnuplot - Plotting package; can output in Fig format.
  18.  
  19. ************************************************************************
  20. pic2fig - converts PIC (used with troff/ditroff/etc) to Fig.
  21.     May be found at ftp.cs.orst.edu in /localsrc/graphics.
  22.  
  23. ************************************************************************
  24. plot2fig - converts Unix PLOT language to Fig
  25.  
  26. This is the README file for plot2fig.
  27.  
  28. plot2fig is a utility for converting unix plot files into the fig file format.
  29. fig files may be editied using fig, or xfig.  They can be converted to other
  30. formats using the transfig package.
  31.  
  32. A copy of the GNU General Public License is in the file named COPYING. See it
  33. for copyright, license, warranty and distribution details.
  34.  
  35. This software has yet to be thoroughly tested.  Any comments or bug fixes
  36. would be greatly appreciated.  Please send them to rich@rice.edu.
  37.  
  38. Rich Murphey           rich@rice.edu
  39.  
  40. ************************************************************************
  41. cdraw2fig - converts cdraw to Fig
  42.  
  43. Here is the cdraw README file:
  44.  
  45. cdraw2fig translates pictures from "Cheap Draw" format to Fig format.
  46. The TransFig package can then be used for translation to the desired
  47. output format.  Currently supported formats include PIC, (E)EPIC, LaTeX,
  48. PostScript, and several others.
  49.  
  50. cdraw2fig is implemented in the awk programming language.  Most Cheap
  51. Draw operations are handled in some way, although some of the transla-
  52. tions are somewhat arbitrary.  Note that some output formats are con-
  53. siderably less expressive than Cheap Draw (and Fig).  PIC, for example,
  54. supports neither shading or rotated text.  In addition, precise text
  55. spacing is problematic across the different output formats.
  56.  
  57. The following files are included in this distribution:
  58.  
  59.        README          - this file
  60.        cdraw2fig.uu    - ksh script with self-contained awk program
  61.                          (uuencoded)
  62.        example         - sample "Cheap Draw" file (from the original
  63.                          Cheap Draw distribution)
  64.  
  65. To translate a Cheap Draw file to PIC (for example):
  66.  
  67.        $ cdraw2fig example > example.fig
  68.        $ fig2dev -Lpic example.fig > example.pic
  69.  
  70. Cheap Draw 2.0 was written by Bob Pratt and is available from the UNIXPC
  71. archives at osu-cis.  
  72.  
  73. ************************************************************************
  74.